-
Notifications
You must be signed in to change notification settings - Fork 11
feat(mongodb-runner): usability improvements for drivers DRIVERS-3335 #603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
After struggling a bit with Windows and a failed attempt to test with OIDC, this is ready for review. 😅 |
addaleax
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current version LGTM from my side but given that I've changed quite a bit I wouldn't merge this until @blink1073 can take another look (and only if CI is green, of course)
|
Updated checks on the drivers side look good! |
Description
keyFile: read/write cannot occur until user is added, and can never be done on an arbiterrequireApiVersion, which must be applied after the cluster has started and update the default connection options.argsto be passed as part of the config file.Tested with:
We didn't need to add extra support for unix sockets, instead we pass in the unix socket prefix.
I couldn't think of an elegant way to let
mongodb-runnermanage thekeyFile, perhaps a new top level argumentkeyFileContent?Open Questions
Checklist